func regexp.compile
3 uses
regexp (current package)
regexp.go#L131: return compile(expr, syntax.Perl, false)
regexp.go#L154: return compile(expr, syntax.POSIX, true)
regexp.go#L167: func compile(expr string, mode syntax.Flags, longest bool) (*Regexp, error) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)